CloseTargetResponse

data class CloseTargetResponse(success: Boolean)

Represents response frame that is returned from Target#closeTarget operation call. Closes the target. If the target is a page that gets closed too.

See also

Constructors

CloseTargetResponse
Link copied to clipboard
fun CloseTargetResponse(success: Boolean)

Properties

success
Link copied to clipboard
val success: Boolean
Always set to true.

Sources

jvm source
Link copied to clipboard